import { StateOptions } from '../../core'; /** * Get the name of the application * * @param {StateOptions} [options] options for the state selector * @returns {Function} state decorator */ export declare function SelectApplicationName(options?: StateOptions): PropertyDecorator;