import type { SessionConfiguration } from './types'; export declare const getOutputOption: ({ helper, css }: { helper?: string | undefined; css?: string | undefined; }, include: Array) => SessionConfiguration['output'];