import { IExportConfig } from '../export.interface';
export declare class ExportPathService {
    private readonly config;
    constructor(config: IExportConfig);
    getPath(): string;
    emptyPath(date: Date): Promise<string[]>;
}
//# sourceMappingURL=path.service.d.ts.map