import type { AxiosInstance } from "axios"; export type Signature = { apikey: string; timestamp: string; signature: string; public_id: string; cloudname: string; }; export declare class Space { private endpoint; constructor(endpoint: AxiosInstance); signature(filename: string): Promise; } //# sourceMappingURL=space.d.ts.map