export interface SignaturOptions { separator?: string; } export interface DecodedData { data: T; } export interface SignaturReturnError { error: { type: string; message: string; }; } export declare type UnknownRecord = Record; //# sourceMappingURL=custom_typings.d.ts.map