import { PropertyAssignment } from 'ts-morph'; export declare const isUsingWindows: () => boolean; export declare function getTextByProperty(name: string, properties: PropertyAssignment[]): string[]; export declare function getAllTextByProperty(name: string, properties: PropertyAssignment[]): string[]; export declare function normalizeQuotes(str?: string): string; export declare function isPresent(variable: string | undefined): variable is string; export declare function parseMaxWorkers(value: string | undefined): number | null; export declare const maxWorkers: () => number; //# sourceMappingURL=utils.d.ts.map