export declare class CreateApiLogDto {
    header: string;
    form_data: string;
    response_code: number;
    response: string;
    url: string;
    method: string;
    response_time: string;
}
