/** * @license * Copyright Andrey Chalkin (https://github.com/L2jLiga). All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/L2jLiga/fastify-decorators/blob/master/LICENSE */ export declare const CREATOR: unique symbol; export declare const INITIALIZER: unique symbol; export declare const DESTRUCTOR: unique symbol; export declare const ERROR_HANDLERS: unique symbol; export declare const HANDLERS: unique symbol; export declare const HOOKS: unique symbol; export declare const SERVICE_INJECTION: unique symbol; export declare const CLASS_LOADER: unique symbol; export declare const FASTIFY_REQUEST: unique symbol; export declare const FASTIFY_REPLY: unique symbol; export declare const FastifyInstanceToken: unique symbol; export declare const FastifyRequestToken: unique symbol; export declare const FastifyReplyToken: unique symbol; export declare const INITIALIZED: unique symbol;