export interface DocumentSignedUrlOptions {
    expiration?: number;
}
export interface DocumentSignedUrlResponse {
    url: string;
}
//# sourceMappingURL=types.d.ts.map