export declare const readEnv: (env: string) => string | undefined;
export declare function debuglog(name: string): (action: string, ...args: any[]) => void;
export declare function sha256(data: string, secret: string): Promise<string>;
