export declare const commentHeader = "/**\n * Generated by @proofkit/typegen package\n * https://proofkit.proof.sh/docs/typegen\n * DO NOT EDIT THIS FILE DIRECTLY. Changes may be overwritten\n */\n\n\n"; export declare const pragmaComment = "\n// @generated\n// prettier-ignore\n\n"; export declare const overrideCommentHeader = "\n/**\n* Put your custom overrides or transformations here.\n* Changes to this file will NOT be overwritten.\n*/\n"; export declare const varname: (name: string) => string; export declare const defaultEnvNames: { apiKey: string; ottoPort: string; username: string; password: string; clarisIdUsername: string; clarisIdPassword: string; server: string; db: string; fmMcpBaseUrl: string; fmMcpConnectedFileName: string; fmMcpPersistentToken: string; }; export declare const defaultFmMcpBaseUrl = "http://127.0.0.1:1365";