export declare const OWNERSHIP_ERROR: (objId: string, ownerId: string, signerId: string) => RegExp;
export declare const ERROR_CODES: {
    [key: string]: string;
};
