import { ListPathsOutput } from '../../types/credentials';
export declare const listPaths: () => Promise<ListPathsOutput>;
