import { Resource } from '../type/resource'; export declare function signature(secretKey: string, verb: string, headers: any, resource: Resource): string;