import { type Options } from '@appsemble/node-utils';
import { type Middleware } from 'koa';
export declare function createCssHandler(type: 'coreStyle' | 'sharedStyle', { getAppStyles }: Options): Middleware;
