export declare function configDigest(content: string): string; export declare function trustProject(configPath: string, env?: NodeJS.ProcessEnv): Promise; export declare function isTrusted(configPath: string, env?: NodeJS.ProcessEnv): Promise;