export declare function getPackageIdent(): string;
export declare function getErrorPlainObject(e: Error): Record<string, any>;
export declare function createRPCError(type?: string | number, message?: string, details?: Record<string, any>): Error & {
    details?: any;
};
