/**
 * Schema for the `sourcemaps inject` command.
 */
export declare const INJECT_OPTIONS: {
    ignore: {
        param: string;
        type: "array";
    };
    ignoreFile: {
        param: string;
        type: "string";
    };
    ext: {
        param: string;
        type: "array";
    };
    dryRun: {
        param: string;
        type: "boolean";
    };
};
