export declare function getImageIDFile(): Promise; export declare function getImageID(): Promise; export declare function getMetadataFile(): Promise; export declare function getMetadata(): Promise; export declare function getDigest(metadata: string | undefined): Promise; export declare function getSecretString(kvp: string): Promise; export declare function getSecretFile(kvp: string): Promise; export declare function getSecret(kvp: string, file: boolean): Promise; export declare function isLocalOrTarExporter(outputs: string[]): boolean; export declare function hasGitAuthToken(secrets: string[]): boolean; export declare function isAvailable(): Promise; export declare function getVersion(): Promise; export declare function parseVersion(stdout: string): string; export declare function satisfies(version: string, range: string): boolean; export declare function getCommand(args: Array): { command: string; args: string[]; }; //# sourceMappingURL=podman.d.ts.map