export declare function asString(d: Record, k: string): string | null; export declare function asInt(d: Record, k: string): number | null; export declare function asLong(d: Record, k: string): number | null; export declare function asDouble(d: Record, k: string): number | null; export declare function asBool(d: Record, k: string): boolean | null; export declare function asStringList(d: Record, k: string): (string | null)[] | null; //# sourceMappingURL=extract-map.d.ts.map