import * as core from '@actions/core'; export declare const baseInfo: (mess: string) => void; export declare const info: (mess: string) => void; export declare const error: (mess: string) => void; export declare const notice: (mess: string) => void; export declare const warning: (mess: string) => void; export declare const getInput: typeof core.getInput; export declare const getBooleanInput: typeof core.getBooleanInput; export declare const setOutput: typeof core.setOutput; export declare const setFailed: (mess: string) => void; //# sourceMappingURL=index.d.ts.map