import type { TransformOption } from '../types.js';
export interface BackgroundOptions {
    background: string;
}
export declare const getBackground: TransformOption<BackgroundOptions, string>;
