export interface IStylableAPI { values: string[]; prefix?: string; postfix?: string; indent?: number; } export declare function buildInfo(stylableApi: IStylableAPI[]): string; export declare function extendInfo(params: Record, stylableApi: IStylableAPI[]): Record; //# sourceMappingURL=info.d.ts.map