import { IntentInterface } from 'types'; export declare const intentDecorator: ({ intent }: IntentInterface, bg?: boolean) => string;