5 lines
286 B
TypeScript
5 lines
286 B
TypeScript
import { IProfile } from '@plastichub/osr-commons';
|
|
import { IOptions } from './types';
|
|
export declare const parseProfile: (profilePath: string, profile: IProfile, options: IOptions, rel?: string) => IProfile;
|
|
export declare const parse: (options: IOptions, argv: any) => IOptions;
|