/** * Attempts to look up the value for the given secret and throws an error if * no value can be found. * * This basic utility is provided for convenience, but it is by no means best * practice and you are certainly not required to use it. We recommend * integrating your own secrets management instead. */ export declare function secret(name: string): string;