export declare function redactSecrets(text: string): string; export declare function isSafeArtifactId(artifactId: string): boolean; export declare function assertSafeArtifactId(artifactId: string): void; export declare function writeAtomicFile(filePath: string, content: string): Promise; //# sourceMappingURL=store-safety.d.ts.map