import * as pulumi from "@pulumi/pulumi";
export declare function sha1hash(s: string): string;
export declare function outputFromObject<T, U>(obj: Record<string, T>, func: (t: T) => pulumi.Output<U>): pulumi.Output<Record<string, U>>;
