import * as d from '../../declarations';
export declare function stencilHydratePlugin(config: d.Config): {
    resolveId(id: string): string;
};
