export declare function matchTomlString(contents: string, key: string): string | undefined; export declare function matchTomlTripleQuotedString(contents: string, key: string): string | undefined; export declare function matchTomlStringArray(contents: string, key: string): string[] | undefined; export declare function listTomlNamedTableSections(contents: string, tablePrefix: string): Array<{ name: string; body: string; }>; //# sourceMappingURL=toml-lite.d.ts.map