import { Context } from '@actions/github/lib/context.js'; export declare const getLabels: (context: Context) => string[] | false;