export declare function parseCss(value: string | number): string;
export declare function inNextTick(): Promise<void>;
