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