export declare const getChildFilePaths: ({ dirPath }: {
    dirPath: any;
}) => Promise<string[]>;
