export declare const listPathsInDirectory: ({ directory }: {
    directory: string;
}) => Promise<string[]>;
