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