/** * Secret template helper. * Produces Tinybird-compatible `tb_secret(...)` template strings. */ export declare function secret(name: string, defaultValue?: string): string; //# sourceMappingURL=secret.d.ts.map