export declare const getGhostData: (fetch: any, uri: string, key: string, count: number) => Promise<any>;
