import { GetSearchDirectoryContentsInput } from './types'; export declare const getSearchDirectoryContents: ({ nodeAddress, token, name, }: GetSearchDirectoryContentsInput) => Promise;