type AnyObjectType = { [key: string]: any; }; export declare const pictParser: (pict: string, formatter?: (vs: { [key: string]: any; }) => T) => AnyObjectType[]; export {};