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