export declare const createRequest: (keys: { publicKey?: string; privateKey?: string; }, data: any) => string | null;