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