import type { SignerConfig } from '../types/signers'; export declare function emblemPost(path: string, body: unknown, config: SignerConfig): Promise; export declare function emblemGet(path: string, config: SignerConfig): Promise; //# sourceMappingURL=http.d.ts.map