export declare function ask(query: string): Promise<string>;
export declare function getSNS(query: string): Promise<string>;
