export declare function isSafeVaultRelativeFigmentPath(p: string): boolean; export declare function escapeQuoted(s: string): string; export declare function unescapeQuoted(s: string): string; export declare function safeParseJson(raw: string): Record | undefined; export declare function sha256(content: string): string; //# sourceMappingURL=_helpers.d.ts.map