import { Test } from 'nodeunit'; declare const _default: { 'simple case provider identified by service token'(test: Test): void; 'resource type can be specified'(test: Test): void; 'removal policy'(test: Test): void; 'resource type must begin with "Custom::"'(test: Test): void; 'properties can be pascal-cased'(test: Test): void; 'pascal-casing of props is disabled by default'(test: Test): void; }; export = _default;